Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 <Global.System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Naming", "CA1726")> _
3 Partial Class frmLogin
4     Inherits System.Windows.Forms.Form
5
6     
'Form overrides dispose to clean up the component list.
7     <System.Diagnostics.DebuggerNonUserCode()> _
8     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
9         Try
10             If disposing AndAlso components IsNot Nothing Then
11                 components.Dispose()
12             End If
13         Finally
14             MyBase.Dispose(disposing)
15         End Try
16     End Sub
17     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
18     Friend WithEvents UsernameLabel As System.Windows.Forms.Label
19     Friend WithEvents PasswordLabel As System.Windows.Forms.Label
20     Friend WithEvents UserID As System.Windows.Forms.TextBox
21     Friend WithEvents Password As System.Windows.Forms.TextBox
22     Friend WithEvents OK As System.Windows.Forms.Button
23     Friend WithEvents Cancel As System.Windows.Forms.Button
24
25     
'Required by the Windows Form Designer
26     Private components As System.ComponentModel.IContainer
27
28     
'NOTE: The following procedure is required by the Windows Form Designer
29     
'It can be modified using the Windows Form Designer.
30     
'Do not modify it using the code editor.
31     <System.Diagnostics.DebuggerStepThrough()> _
32     Private Sub InitializeComponent()
33         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin))
34         Me.UsernameLabel = New System.Windows.Forms.Label()
35         Me.PasswordLabel = New System.Windows.Forms.Label()
36         Me.UserID = New System.Windows.Forms.TextBox()
37         Me.Password = New System.Windows.Forms.TextBox()
38         Me.UserType = New System.Windows.Forms.TextBox()
39         Me.Panel1 = New System.Windows.Forms.Panel()
40         Me.btnChangePassword = New System.Windows.Forms.Button()
41         Me.btnKeyboard = New System.Windows.Forms.Button()
42         Me.Button2 = New System.Windows.Forms.Button()
43         Me.Cancel = New System.Windows.Forms.Button()
44         Me.Button1 = New System.Windows.Forms.Button()
45         Me.OK = New System.Windows.Forms.Button()
46         Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
47         Me.Label1 = New System.Windows.Forms.Label()
48         Me.Panel1.SuspendLayout()
49         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
50         Me.SuspendLayout()
51         
'
52         
'UsernameLabel
53         
'
54         Me.UsernameLabel.AutoSize = True
55         Me.UsernameLabel.Font = New System.Drawing.Font(
"Segoe UI Semibold", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
56         Me.UsernameLabel.Location = New System.Drawing.Point(
204, 21)
57         Me.UsernameLabel.Name =
"UsernameLabel"
58         Me.UsernameLabel.Size = New System.Drawing.Size(
75, 25)
59         Me.UsernameLabel.TabIndex =
0
60         Me.UsernameLabel.Text =
"&User ID"
61         Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
62         
'
63         
'PasswordLabel
64         
'
65         Me.PasswordLabel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
66         Me.PasswordLabel.Location = New System.Drawing.Point(
206, 85)
67         Me.PasswordLabel.Name =
"PasswordLabel"
68         Me.PasswordLabel.Size = New System.Drawing.Size(
220, 23)
69         Me.PasswordLabel.TabIndex =
2
70         Me.PasswordLabel.Text =
"&Password"
71         Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
72         
'
73         
'UserID
74         
'
75         Me.UserID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.UserID.Location = New System.Drawing.Point(
209, 47)
77         Me.UserID.Name =
"UserID"
78         Me.UserID.Size = New System.Drawing.Size(
237, 29)
79         Me.UserID.TabIndex =
0
80         
'
81         
'Password
82         
'
83         Me.Password.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
84         Me.Password.Location = New System.Drawing.Point(
209, 111)
85         Me.Password.Name =
"Password"
86         Me.Password.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
8226)
87         Me.Password.Size = New System.Drawing.Size(
237, 29)
88         Me.Password.TabIndex =
1
89         
'
90         
'UserType
91         
'
92         Me.UserType.Location = New System.Drawing.Point(
416, 119)
93         Me.UserType.Name =
"UserType"
94         Me.UserType.Size = New System.Drawing.Size(
55, 20)
95         Me.UserType.TabIndex =
10
96         Me.UserType.Visible = False
97         
'
98         
'Panel1
99         
'
100         Me.Panel1.BackColor = System.Drawing.Color.Bisque
101         Me.Panel1.Controls.Add(Me.btnChangePassword)
102         Me.Panel1.Controls.Add(Me.btnKeyboard)
103         Me.Panel1.Controls.Add(Me.UsernameLabel)
104         Me.Panel1.Controls.Add(Me.UserID)
105         Me.Panel1.Controls.Add(Me.PasswordLabel)
106         Me.Panel1.Controls.Add(Me.Button2)
107         Me.Panel1.Controls.Add(Me.Cancel)
108         Me.Panel1.Controls.Add(Me.Password)
109         Me.Panel1.Controls.Add(Me.Button1)
110         Me.Panel1.Controls.Add(Me.OK)
111         Me.Panel1.Controls.Add(Me.LogoPictureBox)
112         Me.Panel1.Location = New System.Drawing.Point(
122, 181)
113         Me.Panel1.Name =
"Panel1"
114         Me.Panel1.Size = New System.Drawing.Size(
515, 302)
115         Me.Panel1.TabIndex =
0
116         
'
117         
'btnChangePassword
118         
'
119         Me.btnChangePassword.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
120         Me.btnChangePassword.BackColor = System.Drawing.Color.Transparent
121         Me.btnChangePassword.DialogResult = System.Windows.Forms.DialogResult.Cancel
122         Me.btnChangePassword.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(
0, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
123         Me.btnChangePassword.FlatAppearance.BorderSize =
0
124         Me.btnChangePassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat
125         Me.btnChangePassword.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.btnChangePassword.Image = CType(resources.GetObject(
"btnChangePassword.Image"), System.Drawing.Image)
127         Me.btnChangePassword.Location = New System.Drawing.Point(
211, 243)
128         Me.btnChangePassword.Name =
"btnChangePassword"
129         Me.btnChangePassword.Size = New System.Drawing.Size(
52, 49)
130         Me.btnChangePassword.TabIndex =
63
131         Me.btnChangePassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight
132         Me.btnChangePassword.UseVisualStyleBackColor = False
133         
'
134         
'btnKeyboard
135         
'
136         Me.btnKeyboard.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
137         Me.btnKeyboard.BackColor = System.Drawing.Color.Transparent
138         Me.btnKeyboard.DialogResult = System.Windows.Forms.DialogResult.Cancel
139         Me.btnKeyboard.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(
0, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
140         Me.btnKeyboard.FlatAppearance.BorderSize =
0
141         Me.btnKeyboard.FlatStyle = System.Windows.Forms.FlatStyle.Flat
142         Me.btnKeyboard.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.btnKeyboard.Image = CType(resources.GetObject(
"btnKeyboard.Image"), System.Drawing.Image)
144         Me.btnKeyboard.Location = New System.Drawing.Point(
269, 243)
145         Me.btnKeyboard.Name =
"btnKeyboard"
146         Me.btnKeyboard.Size = New System.Drawing.Size(
52, 49)
147         Me.btnKeyboard.TabIndex =
62
148         Me.btnKeyboard.TextAlign = System.Drawing.ContentAlignment.MiddleRight
149         Me.btnKeyboard.UseVisualStyleBackColor = False
150         
'
151         
'Button2
152         
'
153         Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(
192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
154         Me.Button2.DialogResult = System.Windows.Forms.DialogResult.Cancel
155         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
156         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         Me.Button2.ForeColor = System.Drawing.Color.White
158         Me.Button2.Image = Global.Restaurant_Management_System.My.Resources.Resources.Button_Delete_icon
159         Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
160         Me.Button2.Location = New System.Drawing.Point(
339, 172)
161         Me.Button2.Name =
"Button2"
162         Me.Button2.Size = New System.Drawing.Size(
109, 53)
163         Me.Button2.TabIndex =
3
164         Me.Button2.Text =
"&Cancel"
165         Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
166         Me.Button2.UseVisualStyleBackColor = False
167         
'
168         
'Cancel
169         
'
170         Me.Cancel.BackColor = System.Drawing.Color.FromArgb(CType(CType(
192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
171         Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
172         Me.Cancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
173         Me.Cancel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         Me.Cancel.ForeColor = System.Drawing.Color.White
175         Me.Cancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
176         Me.Cancel.Location = New System.Drawing.Point(
337, 172)
177         Me.Cancel.Name =
"Cancel"
178         Me.Cancel.Size = New System.Drawing.Size(
109, 53)
179         Me.Cancel.TabIndex =
3
180         Me.Cancel.Text =
"&Cancel"
181         Me.Cancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
182         Me.Cancel.UseVisualStyleBackColor = False
183         
'
184         
'Button1
185         
'
186         Me.Button1.BackColor = System.Drawing.Color.DarkGoldenrod
187         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
188         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         Me.Button1.ForeColor = System.Drawing.Color.White
190         Me.Button1.Image = Global.Restaurant_Management_System.My.Resources.Resources.Button_Ok_icon
191         Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
192         Me.Button1.Location = New System.Drawing.Point(
211, 172)
193         Me.Button1.Name =
"Button1"
194         Me.Button1.Size = New System.Drawing.Size(
121, 53)
195         Me.Button1.TabIndex =
2
196         Me.Button1.Text =
"&Login"
197         Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
198         Me.Button1.UseVisualStyleBackColor = False
199         
'
200         
'OK
201         
'
202         Me.OK.BackColor = System.Drawing.Color.DarkGoldenrod
203         Me.OK.FlatStyle = System.Windows.Forms.FlatStyle.Popup
204         Me.OK.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
205         Me.OK.ForeColor = System.Drawing.Color.White
206         Me.OK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
207         Me.OK.Location = New System.Drawing.Point(
209, 172)
208         Me.OK.Name =
"OK"
209         Me.OK.Size = New System.Drawing.Size(
121, 53)
210         Me.OK.TabIndex =
2
211         Me.OK.Text =
"&Login"
212         Me.OK.TextAlign = System.Drawing.ContentAlignment.MiddleRight
213         Me.OK.UseVisualStyleBackColor = False
214         
'
215         
'LogoPictureBox
216         
'
217         Me.LogoPictureBox.Image = Global.Restaurant_Management_System.My.Resources.Resources.Login_icon
218         Me.LogoPictureBox.Location = New System.Drawing.Point(
18, 21)
219         Me.LogoPictureBox.Name =
"LogoPictureBox"
220         Me.LogoPictureBox.Size = New System.Drawing.Size(
180, 204)
221         Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
222         Me.LogoPictureBox.TabIndex =
0
223         Me.LogoPictureBox.TabStop = False
224         
'
225         
'Label1
226         
'
227         Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
228             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
229         Me.Label1.BackColor = System.Drawing.Color.Wheat
230         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
231         Me.Label1.ForeColor = System.Drawing.Color.DarkGoldenrod
232         Me.Label1.Location = New System.Drawing.Point(-
1, 0)
233         Me.Label1.Name =
"Label1"
234         Me.Label1.Size = New System.Drawing.Size(
760, 50)
235         Me.Label1.TabIndex =
13
236         Me.Label1.Text =
"Login Form"
237         Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
238         
'
239         
'frmLogin
240         
'
241         Me.AcceptButton = Me.OK
242         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
243         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
244         Me.BackColor = System.Drawing.Color.LemonChiffon
245         Me.CancelButton = Me.Cancel
246         Me.ClientSize = New System.Drawing.Size(
759, 596)
247         Me.Controls.Add(Me.Label1)
248         Me.Controls.Add(Me.Panel1)
249         Me.Controls.Add(Me.UserType)
250         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
251         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
252         Me.KeyPreview = True
253         Me.MaximizeBox = False
254         Me.MinimizeBox = False
255         Me.Name =
"frmLogin"
256         Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
257         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
258         Me.Text =
"Login Form"
259         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
260         Me.Panel1.ResumeLayout(False)
261         Me.Panel1.PerformLayout()
262         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
263         Me.ResumeLayout(False)
264         Me.PerformLayout()
265
266     End Sub
267     Friend WithEvents UserType As System.Windows.Forms.TextBox
268     Friend WithEvents Panel1 As System.Windows.Forms.Panel
269     Friend WithEvents Label1 As System.Windows.Forms.Label
270     Friend WithEvents Button2 As System.Windows.Forms.Button
271     Friend WithEvents Button1 As System.Windows.Forms.Button
272     Friend WithEvents btnChangePassword As System.Windows.Forms.Button
273     Friend WithEvents btnKeyboard As System.Windows.Forms.Button
274     Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
275
276 End Class


Gõ tìm kiếm nhanh...